This repository was archived by the owner on May 15, 2026. It is now read-only.
Add abliteration.ai provider - #12188
Open
abliteration-ai wants to merge 1 commit into
Open
Conversation
abliteration-ai
force-pushed
the
codex/add-abliteration-provider
branch
from
April 25, 2026 07:28
f03963e to
e095a76
Compare
abliteration-ai
marked this pull request as ready for review
April 25, 2026 07:37
abliteration-ai
requested review from
cte,
daniel-lxs,
hannesrudolph,
jr and
mrubens
as code owners
April 25, 2026 07:38
abliteration-ai
force-pushed
the
codex/add-abliteration-provider
branch
from
August 1, 2026 18:24
e095a76 to
cb602b8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
abliteration.aias a selectable provider using the OpenAI-compatible base URLhttps://api.abliteration.ai/v1.abliterated-modelwith 150K context, streaming, tool/function calling, and vision support.ABLIT_KEY, and localized settings labels.Closes #12189
Roadmap alignment
This expands Roo Code provider/model support while using the existing OpenAI-compatible provider pattern, settings-buffer flow, validation, and CLI configuration paths.
Sources
Checks
COREPACK_HOME=/tmp/corepack corepack pnpm --dir src exec vitest run api/providers/__tests__/abliteration.spec.ts shared/__tests__/ProfileValidator.spec.tsCOREPACK_HOME=/tmp/corepack corepack pnpm --dir apps/cli exec vitest run src/lib/utils/__tests__/provider.test.tsCOREPACK_HOME=/tmp/corepack corepack pnpm --dir packages/types exec tsc --noEmitCOREPACK_HOME=/tmp/corepack corepack pnpm --dir src exec tsc --noEmitCOREPACK_HOME=/tmp/corepack corepack pnpm --dir webview-ui exec tscCOREPACK_HOME=/tmp/corepack corepack pnpm --dir apps/cli exec tsc --noEmitturbo check-typesacross 14 packages passed; changeset check reports 1 changeset file.Notes